home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995…tember: Reference Library / Dev.CD Sep 95 RL / Dev.CD Sep 95 RL.toast / mac / Technical Documentation / develop / develop Issue 20 code / NetWare Development / ATDemo / ATDemo.make < prev    next >
Encoding:
Text File  |  1994-10-06  |  322 b   |  12 lines  |  [TEXT/MPS ]

  1. C_INCLUDES= -i : -i {NWIncludes} -i {NWIncludes}sys: -i {NWIncludes}temp:
  2. OBJECTS =ATDemo.o {NWImports}Prelude.o
  3.  
  4.  
  5.  
  6. ATDemo ƒƒ ATDemo.make  {OBJECTS}
  7.     NLMLink ATDemo.def -sym on {OBJECTS} {PPCLibraries}PPCCRuntime.o
  8.  
  9. ATDemo.o ƒ ATDemo.make ATDemo.c
  10.      PPCC -w conformance -appleext on  ATDemo.c -o ATDemo.o ∂
  11.         {C_INCLUDES}
  12.